From: Kenichi Handa Date: Tue, 16 Feb 2010 06:51:15 +0000 (+0900) Subject: from trunk X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~324^2~7006^2~76 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=7fe02b6fa2a8a1328b3431628e01b014ae25877f;p=emacs.git from trunk --- 7fe02b6fa2a8a1328b3431628e01b014ae25877f diff --cc lisp/ChangeLog index 8b8c4d9f5a0,2bc4fa915ae..b4e31d73266 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@@ -1,9 -1,24 +1,30 @@@ +2010-02-16 Kenichi Handa + + * international/ja-dic-cnv.el (iso-2022-7bit-short): Delete it. + (skkdic-convert-okuri-ari): Ignore lines starting with '>'. + (skkdic-convert): Use `euc-japan' coding system for writing. + + 2010-02-16 Glenn Morris + + * textmodes/tex-mode.el (tex-bibtex-file): Expand the result of + tex-main-file before using it. (Bug#5562) + + 2010-02-15 Stefan Monnier + + * emacs-lisp/advice.el (ad-compile-function): Suppress byte-compiler + warnings, since it is annoying for the user to see them each time he + runs the code. + + 2010-02-15 Michael Albinus + + * net/tramp.el (tramp-process-actions, tramp-read-passwd): + * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection): Use VEC + instead of PROC for caching "first-password-request". Otherwise, + new processes would not profit from passwords already entered. + + * net/tramp-cache.el (tramp-dump-connection-properties): + Don't save "first-password-request" property. + 2010-02-14 Juanma Barranquero * outline.el (outline-head-from-level):